object frmStartTree: TfrmStartTree Left = 219 Top = 146 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Select Application Shortcut' ClientHeight = 247 ClientWidth = 349 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblPrompt: TLabel Left = 12 Top = 8 Width = 317 Height = 28 AutoSize = False WordWrap = True end object Label1: TLabel Left = 12 Top = 48 Width = 76 Height = 13 Caption = '&Programs Folder' end object fvTree: TFolderView Tag = 111 Left = 9 Top = 70 Width = 226 Height = 169 Indent = 19 ParentColor = False TabOrder = 0 Images = fvTree. end object lstUsers: TComboBox Left = 96 Top = 46 Width = 138 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnClick = lstUsersClick end object cmdOK: TButton Left = 247 Top = 46 Width = 95 Height = 25 Caption = '&OK' Default = True TabOrder = 2 OnClick = cmdOKClick end object Button2: TButton Left = 247 Top = 75 Width = 95 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object cmdBrowse: TButton Left = 247 Top = 105 Width = 95 Height = 25 Caption = '&New Shortcut' TabOrder = 4 OnClick = cmdBrowseClick end object cmdHelp: TButton Left = 247 Top = 134 Width = 95 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = cmdHelpClick end end